home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / cron28.zip / VERSION.LOG < prev   
Text File  |  1992-03-08  |  2KB  |  29 lines

  1. /* Cron.c
  2.  *
  3.  *  Version   Date   Comment                                       Done By
  4.  *  ======= ======== ============================================= =========
  5.  *    1.00  11/03/88 Initial Version                               K. Foley
  6.  *    1.01  11/06/88 Added the wk_day field and 'e' on min & hour  K. Foley
  7.  *    1.02  11/06/88 Put in the prompt for exit. Final debugging.  K. Foley
  8.  *    1.03  11/16/88 Fixed hourly & monthly bug                    K. Foley
  9.  *    1.04  12/26/88 No longer show run count, show last run       K. Foley
  10.  *    2.05  07/09/89 No longer is resident.  Uses a controlling    K. Foley
  11.  *                   batch file.  Renamed executable to CRON.EXE
  12.  *    2.06  07/11/89 Added verification of executable file.        K. Foley
  13.  *    2.07  07/12/89 Changed the way the dumpcron procedure works  K. Foley
  14.  *    2.18  08/26/89 Added the START parameter/create procedure    K. Foley
  15.  *    2.19  01/13/90 Added display of stop time, changed lastrun   K. Foley
  16.  *                   to laststart.  Added laststop field           K. Foley
  17.  *    2.20  04/19/91 Put in Eval message & tones                   K. Foley
  18.  *    2.21  04/20/91 Changed copyright to 1988-1991                K. Foley
  19.  *    2.22  05/01/91 Changed vid lib to allow for DESQVIEW buffer  K. Foley
  20.  *    2.23  05/02/91 Fixed the PGDN key - was going out of bounds  K. Foley
  21.  *    2.24  05/29/91 Allowed parameter passing after executable    K. Foley
  22.  *    2.25  08/01/91 Fixed install procedure for DOS ver above 3.3 K. Foley
  23.  *    2.26  08/25/91 Changed token reader.  Sscanf was scrambling  K. Foley
  24.  *                   the optional parameters.  Oops.
  25.  *    2.27  03/07/92 Disabled the F1-DOS Shell w/ SECURE parameter K. Foley
  26.  *    2.28  03/08/92 Added parameter DISABLE and usage for CRON    K. Foley
  27.  *                   DesqView support removed due to DOS 5 errors.
  28.  *
  29. */